home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…tion Library 4 (Reseller) / Apple Ref. & Pres. Lib.v4.0.iso / 4-Demos / Apple Demos / Tutorials / Display Card 4•8⁄8•24 Training / Display Card 4•8_8•24 Training / card_52508.txt < prev    next >
Text File  |  1990-03-19  |  1KB  |  42 lines

  1. -- card: 52508 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 2792
  5. -- name: glossary 2
  6. ----- HyperTalk script -----
  7. on closecard
  8.   global maploc, cardloc
  9.   put word 1 of the short name of this card into maploc
  10.   put word 2 of the short name of this card into cardloc
  11. end closecard
  12.  
  13.  
  14.  
  15. -- part contents for background part 9
  16. ----- text -----
  17. Macintosh Display Card 4‚Ä¢8 and 8‚Ä¢24
  18.  
  19. -- part contents for background part 4
  20. ----- text -----
  21. Glossary
  22.  
  23. -- part contents for background part 13
  24. ----- text -----
  25. Convolution
  26.  
  27. -- part contents for background part 11
  28. ----- text -----
  29. glossary3
  30.  
  31. -- part contents for background part 5
  32. ----- text -----
  33.  
  34. Convolution is a formula that averages a pixel with the neighboring pixels that reside above and below that pixel.  
  35.  
  36. Convolution causes a blurring effect between scan lines so that any horizontal line contains at least a portion of the scan lines above and below it.  A portion of the horizontal line remains visible to avoid flicker.
  37.  
  38. The convolution formula follows a 1:2:1 ratio where the current pixel has twice the weight of its neighbors.
  39.  
  40.  
  41.  
  42.